-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release workflow for ml-models #77
Conversation
Signed-off-by: Sayali Gaikawad <[email protected]>
description: 'S3 base path to download artifacts from eg:ml-models/huggingface/sentence-transformers/all-distilroberta-v1. DO NOT include the trailing backlash at the end', | ||
trim: true | ||
) | ||
string( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After version, there are also two types of folder: torch_script & onnx
will that be any issue? As I'm seeing there are two parameters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entire version folder is downloaded along with sub-folders. So this will include above mentioned scripts.
Signed-off-by: Sayali Gaikawad <[email protected]> (cherry picked from commit 353a473) Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]> (cherry picked from commit 353a473) Signed-off-by: Sayali Gaikawad <[email protected]>
(cherry picked from commit 353a473) Signed-off-by: Sayali Gaikawad <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]>
(cherry picked from commit 353a473) Signed-off-by: Sayali Gaikawad <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad [email protected]
Description
Adds jenkins file to semi-automate publishing ml-models to artifacts.opensearch.org.
Currently the workflow needs to be run manually for each model as there is no trigger or automation set at source. Once the automation is in place we can maybe connect the 2 workflows.
Dependent PR: opensearch-project/opensearch-build-libraries#137
Issues Resolved
opensearch-project/opensearch-build#2676
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.